I have read about PyData in a few places (e.g. here), but I am still confused about this term really means.
Is PyData an official entity? (e.g. is there a foundation that owns/supports PyData.org?). Is it just a conference? Or is it mostly a term used loosely to refer to a list of Python packages?
Also what packages are considered the core part of the PyData ecosystem? Is it just any package that can be used to work with data? (that would be quite generic). Some packages that I have found are typically associated with PyData are:
Is this list consistent with the group of packages typically associated with PyData ? Or are there any important omissions?
Finally, to what extent does the PyData ecosystem support Python 3.x? Is it safe to assume that most of the PyData ecosystem is compatible with Python 3.x? If not, what packages do not support it yet?