sssom-py icon indicating copy to clipboard operation
sssom-py copied to clipboard

Pandas' `read_csv` throws a warning

Open hrshdhgd opened this issue 1 year ago • 0 comments

Warning:

sssom/util.py:895: DtypeWarning: Columns (5) have mixed types. Specify dtype option on import or set low_memory=False.

Solution: set low_memory=False

hrshdhgd avatar Oct 11 '22 21:10 hrshdhgd