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

Stuck when dataframe has no column name #109

Open
esther279 opened this issue Jan 23, 2023 · 0 comments
Open

Stuck when dataframe has no column name #109

esther279 opened this issue Jan 23, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@esther279
Copy link

Bug
If a dataframe has no specific column name (e.g. 'angle') but just number index (e.g. 0, 1, 2), the AutoProfiler got stuck with loading (pink circle), had to restart the kernel.

To Reproduce

  1. Create a list: x = [2, 2, 2]
  2. Convert x to dataframe with column name: x_df0 = pd.DataFrame(x, columns = ['angle'])
  3. Convert x to dataframe: x_df1 = pd.DataFrame(x)

Expected behavior
x_df0 works with the profiler; x_df0 does not work with the profiler but causing it to be stuck and kernel had to be restarted.

OS, browser, jupyter, and AutoProfiler versions (please complete the following information):

  • OS: Redhat
  • Browser: Chrome
  • AutoProfiler version: pip installed 2023 Jan
  • Jupyter version: 3.9.15
@esther279 esther279 added the bug Something isn't working label Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant