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.
pandas.read_csv(URL)
Census data used as source.
Use Case : Read Population data for state of California from "censusdata.ire.org" URL and display the data.