Showing posts with label read_csv. Show all posts
Showing posts with label read_csv. Show all posts

Monday, April 17, 2017

Python Pandas - Read CSV file from URL Example

Here is an example on how to read CSV file from URL.
Census data used as source.

Use Case : Read Population data for state of California from "censusdata.ire.org" URL and display the data.

Syntax : 


pandas.read_csv(URL)