wmayner / pyphi

A toolbox for integrated information theory.
https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1006343
Other
374 stars 97 forks source link

Avoiding circular import by renaming pandas.py #116

Open HireTheHero opened 7 months ago

HireTheHero commented 7 months ago

Depending on the environment, naming a file as pandas.py and importing a pandas module would confuse the namespace. See this stackoverflow. Suggesting here to rename it as pyphi_pandas.py. Happily follow your preferred naming convention.