With pandas 0.16.2:
import pandas as pd
pd.DataFrame([1.12345678901234567890]).astype(str)
0
0 1.12345678901
With pandas 0.17:
import pandas as pd
pd.DataFrame([1.12345678901234567890]).astype(str)
0
0 1.1234567890123457
I read the 0.17 release log but couldn't figure out why that is. Is it a bug or a new feature, and if it's a new feature how can I re-activate the old behavior?
Metadata Metadata Assignees No one assigned Development No branches or pull requests Issue actionsYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4