Lots of progress on migration tool for Luma's monthly ask. It's 90% working, but the enrollments endpoint is giving me issues.
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import pandas as pd
|
||||
|
||||
def import_as_dataframe():
|
||||
importfile = "./data.csv"
|
||||
df = pd.read_csv(importfile)
|
||||
return df
|
||||
Reference in New Issue
Block a user