Skip to content

Instantly share code, notes, and snippets.

@SajidLhessani
Created August 26, 2021 10:30
Show Gist options
  • Select an option

  • Save SajidLhessani/418196931a2c0d83ee1658841e3e5325 to your computer and use it in GitHub Desktop.

Select an option

Save SajidLhessani/418196931a2c0d83ee1658841e3e5325 to your computer and use it in GitHub Desktop.
# Drop the rows with zero volume traded
df = df.drop(df[df['Volume'] == 0].index)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment