0

I have some data in CSV file and want to plot it but the grapgh not showing up

this is a screenshot showing data table and code enter image description here

this is the CSV file http://www.mediafire.com/file/2gtbxm5adom7m4j/pop.csv

0

1 Answer 1

2

Depending on your jupyter notebook configuration, it may not show plots by default. Either add this magic command to a cell in your notebook:

%matplotlib inline

or add a call to plt.show() after each plot call.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.