Don't freeze pandas to <x.y.z
See original GitHub issueThe requirement pandas<1.2.0
prohibits me from upgrading to pandas 1.2.1. This version requirement (<1.2.0
) should ideally be unpinned. As a general practice, it’s not okay to have a <
or <=
pinning in setup.py, but okay to have a >
or >=
pinning.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (4 by maintainers)
Top Results From Across the Web
IO tools (text, CSV, HDF5, …) — pandas 1.5.2 documentation
Lines with too many fields (e.g. a csv line with too many commas) will by default cause an exception to be raised, and...
Read more >Pandas: Comparing a row value and modify next column's row ...
I want to compare the values of column B such that if row value begins with B then in it's adjacent row of...
Read more >Sticky header and index for large data frames in Jupyter #29072
Problem description When displaying a large data frame in Jupyter the number of columns will be limited by max_cols set in the default ......
Read more >Python Pandas: Tricks & Features You May Not Know
Don't get too bogged down in these details: what is important is relative memory usage that results from type conversion, as you'll see...
Read more >How to use isna() to check for missing values in a Pandas ...
The Pandas isna() function is used to check for missing values in dataframe columns. Here's how to use it.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nothing, it has been released 😃
Hi, What is left to be done on this package so that v4.0 is released on pypi?