[GitHub] hillaryhitch commented on issue #381: Allow users to import CSV as datasource

2017-08-24 Thread git
hillaryhitch commented on issue #381: Allow users to import CSV as datasource URL: https://github.com/apache/incubator-superset/issues/381#issuecomment-324575569 hey @timifasubathe method I use is using pandas to transform the data...all this is done on the server (back end), then I

[GitHub] hillaryhitch commented on issue #381: Allow users to import CSV as datasource

2017-08-12 Thread git
hillaryhitch commented on issue #381: Allow users to import CSV as datasource URL: https://github.com/apache/incubator-superset/issues/381#issuecomment-322020350 import pandas as pd pdsites = pd.read_csv("site_data.csv") pdsites.columns def df2sqlite(dataframe, db_name = "i