You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature description:
Show a summary of the columns in csv file as here when user maps it
Sample python code here:
import pandas as pd
covariates_dataframe=pd.read_csv('/coinstac-regression-vbm-master/test/input/local0/simulatorRun/covariates.csv')
print(covariates_dataframe.describe(include='all'))
The pandas summary can be done better with string variables, but its an example to showcase the idea. This could push the users to fix their data as they see the columns showing unusual occurrences of data. Ex: Age min of 0,-99 should convey an issue. @rssk@pixelsaurus@vdcalhoun
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Feature description:
Show a summary of the columns in csv file as here when user maps it
Sample python code here:
import pandas as pd
covariates_dataframe=pd.read_csv('/coinstac-regression-vbm-master/test/input/local0/simulatorRun/covariates.csv')
print(covariates_dataframe.describe(include='all'))
The pandas summary can be done better with string variables, but its an example to showcase the idea. This could push the users to fix their data as they see the columns showing unusual occurrences of data. Ex: Age min of 0,-99 should convey an issue. @rssk @pixelsaurus @vdcalhoun
Beta Was this translation helpful? Give feedback.
All reactions