Skip to content

Instantly share code, notes, and snippets.

@QuantumDamage
Created April 8, 2017 11:15
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 QuantumDamage/780c770df57df1514af8fde22f00d011 to your computer and use it in GitHub Desktop.
Save QuantumDamage/780c770df57df1514af8fde22f00d011 to your computer and use it in GitHub Desktop.
#reducedDataFrame = bigDataFrame['2015-01-01 00:00:00':'2015-12-31 23:00:00'].loc[(slice(None),pollutedPlaces), :]
reducedDataFrame = bigDataFrame['2015-01-01 00:00:00':'2015-12-31 23:00:00'].loc[(slice(None), slice(None)), :]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment