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

Table on pd.DataFrame from List and Dictionaries is wrong #28

Open
Michael-E-Rose opened this issue Jun 29, 2021 · 0 comments
Open

Table on pd.DataFrame from List and Dictionaries is wrong #28

Michael-E-Rose opened this issue Jun 29, 2021 · 0 comments

Comments

@Michael-E-Rose
Copy link

The figure https://pbpython.com/images/pandas-dataframe-shadow.png, being in use on https://pbpython.com/pandas-list-dict.html, has a mistake in the upper right corner.

The sales list should be

 [("Jones LLC", 150, 200, 140),
  ("Alpha Co", 200, 210, 215),
  ("Blue Inc", "140, 215, 95)]

I'm happy to recreate the figure if you tell me where I find it.

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

1 participant