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

assemble.py crashes due to pandas update #4

Open
pjcasas29 opened this issue Mar 11, 2018 · 2 comments
Open

assemble.py crashes due to pandas update #4

pjcasas29 opened this issue Mar 11, 2018 · 2 comments

Comments

@pjcasas29
Copy link

Assembe.py was crashing when executing. Fixed the issue by changing the value of index_col=False to index_col=None when reading into pandas.

Like this:
data = pd.read_csv(os.path.join(settings.DATA_DIR, f), sep="|", header=None, names=HEADERS[pref
ix], index_col=None)

@milenafern
Copy link

Tere. Mul on maja ostmiseks vaja palju raha. Saan aru, et oma põhitöökohal ei jõua kiiresti vajalikku summat koguda. Kui soovid proovida, siis proovi tasuta keerutusi https://casinoeesti.ee/tasuta-spinnid/. Edu!

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

5 participants
@pjcasas29 @milenafern and others