Skip to content

Instantly share code, notes, and snippets.

@jboynyc
Created February 6, 2020 11:39
Embed
What would you like to do?
using `guix environment` as a shebang
#!/usr/bin/env -S guix environment --ad-hoc python python-pandas python-numpy -- python3
import pandas as pd
def main():
df = pd.util.testing.makeDataFrame()
print(df.T)
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment