We're happy to announce the release of #pandas 2.1.0. You can install it with `pip install pandas` or `mamba install -c conda-forge pandas`. You can find what's new in this version in the release notes. Thanks to all contributors and sponsors who made this release possible!
@pandas_dev It's nice of you to assume that I can access the pypi repository from my work laptop :( pandas 1.4 here we go!
@pandas_dev to_sql() is broken, the datetime couldn't be recognized and the stored data in db is becoming long int. I didn't change any code and things went wrong since 2.1.0. it would be appreciated if you could take a look. I'm pretty sure it was datetime64[ns] before storing into db.
@pandas_dev 🙌👏 Thank you committers! Link to release notes: pandas.pydata.org/docs/dev/whats…