Skip to content

Instantly share code, notes, and snippets.

@tonyfast
Created December 23, 2022 06:16
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 tonyfast/99303420edc6021bbeeaa96c522469a1 to your computer and use it in GitHub Desktop.
Save tonyfast/99303420edc6021bbeeaa96c522469a1 to your computer and use it in GitHub Desktop.
@(lambda x: x())
def df() -> "pandas.DataFrame":
with importnb.Notebook(): from __pyproject_analysis import tidy_configs, tidy_responses, gather, pyproject_query
return tidy_configs(df := tidy_responses(responses := gather(pyproject_query, max=15)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment