Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mindsdbadmin/37c5c9c307a7fb06208738622ddd0d55 to your computer and use it in GitHub Desktop.
Save mindsdbadmin/37c5c9c307a7fb06208738622ddd0d55 to your computer and use it in GitHub Desktop.
import modin
import modin.pandas as pd
# read google play app store list from csv
gstore_apps_df = pd.read_csv("https://tinyurl.com/googleplaystorecsv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment