LoginSignup
2
0

More than 5 years have passed since last update.

Changes that I made for UFO catcher parser class

Last updated at Posted at 2018-07-21

I needed to make change to the following package in order to make it work with the current version of pandas.
https://github.com/sawadyrr5/UfoDataReader

vim /anaconda3/envs/gf/lib/python3.6/site-packages/pandas_datareader/fred.py

Added following

import pandas as pd
pd.core.common.is_list_like = pd.api.types.is_list_like
#from pandas.core.common import is_list_like
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0