Skip to content

Instantly share code, notes, and snippets.

@ryxcommar
Created June 12, 2021 02:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryxcommar/0a59f96e73c9f0328baa0a920002c5a9 to your computer and use it in GitHub Desktop.
Save ryxcommar/0a59f96e73c9f0328baa0a920002c5a9 to your computer and use it in GitHub Desktop.
import pandas as pd
def analyze_data(df: pd.DataFrame):
"""This function lets the data speak for itself."""
print(df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment