User Tools

Site Tools


pandas_notes

This is an old revision of the document!


What packages does pandas depend on?

EmptyDataError

Instead of

pandas.io.common.EmptyDataError

use

pandas.errors.EmptyDataError

data point | as of pandas 1.1.2, pandas.io.common.EmptyDataError does not work.

Ref:-

  • We are adding a standard public module for all pandas exceptions & warnings pandas.errors. (GH14800). Previously these exceptions & warnings could be imported from pandas.core.common or pandas.io.common. These exceptions and warnings will be removed from the *.common locations in a future release. (GH15541)
pandas_notes.1648765687.txt.gz · Last modified: 2022/03/31 22:28 by raju