Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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

Qiita Advent Calendar is held!

Qiita Advent Calendar is an article posting event where you post articles by filling a calendar 🎅

Some calendars come with gifts and some gifts are drawn from all calendars 👀

Please tie the article to your calendar and let's enjoy Christmas together!

2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?