question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Don't freeze pandas to <x.y.z

See original GitHub issue

The 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DeepSpace2commented, Apr 9, 2021

Hi, What is left to be done on this package so that v4.0 is released on pypi?

Nothing, it has been released 😃

0reactions
gansanaycommented, Apr 9, 2021

Hi, What is left to be done on this package so that v4.0 is released on pypi?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found