visualization.visualize¶
Functions
generic_plot (filename) |
This makes a generic plot. |
-
visualization.visualize.
generic_plot
(filename)[source]¶ This makes a generic plot.
A generic plot that accepts a dataframe. The df is assumed to have a datetime index.
Parameters: - filename (string (optional)) – location to save the data
- url (string (optional)) – web location of the data
- force_download (bool (optional)) – if TRUE, then force data download
Returns: data – Chicago crime stamps.
Return type: pandas.DataFrame