Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings from pandas #25

Open
3 of 4 tasks
lnksz opened this issue Aug 5, 2017 · 0 comments
Open
3 of 4 tasks

Warnings from pandas #25

lnksz opened this issue Aug 5, 2017 · 0 comments

Comments

@lnksz
Copy link
Contributor

lnksz commented Aug 5, 2017

I will collect here the raised warnings from pandas.

in main.rivus.create_model()

  • line 94 & 169: sortlevel is deprecated.
  • line 145: Boolen Series will be reindexed
  • in def multiply_by_area_demand
     DeprecationWarning:
    .ix is deprecated. Please use
    .loc for label based indexing or
    .iloc for positional indexing
  • df.convert_objects(convert_numeric)
FutureWarning: convert_objects is deprecated. 
Use the data-type specific converters pd.to_datetime, pd.to_timedelta and pd.to_numeric.
  df = df.convert_objects(convert_numeric=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant