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

Unable to perform head, tail,sample on dataframe #38

Closed
alokgogate opened this issue Jul 12, 2018 · 1 comment · Fixed by #60
Closed

Unable to perform head, tail,sample on dataframe #38

alokgogate opened this issue Jul 12, 2018 · 1 comment · Fixed by #60

Comments

@alokgogate
Copy link

This is what I did to check out modin as a pandas replacement

import modin.pandas as pd
d = pd.read_csv('boston_housing.csv')
d.head()

and I got the following error:
Traceback (most recent call last):
File "/root/anaconda3/lib/python3.6/site-packages/modin/pandas/utils.py", line 380, in create_blocks
return _create_blocks_helper(df, npartitions, axis)
NameError: name '_create_blocks_helper' is not defined

any clue as to why this might have come

@devin-petersohn
Copy link
Collaborator

Hi @alokgogate, thanks for reporting this issue!

  • How did you install modin?
  • What operating system are you running on?
  • What version of python are you running?

This is an internal function, so it shouldn't happen. Did you edit any of the source files?

dchigarev pushed a commit to dchigarev/modin that referenced this issue Aug 25, 2020
mdatre pushed a commit to mdatre/modin that referenced this issue Jan 10, 2023
FEAT support for Pandas expanding APIs
mvashishtha pushed a commit to mvashishtha/modin that referenced this issue May 4, 2023
…oject#38) [upstream]

Signed-off-by: Rehan Durrani <rehan@ponder.io>
@SiRumCz SiRumCz mentioned this issue Jun 20, 2024
3 tasks
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

Successfully merging a pull request may close this issue.

2 participants