exasol / data-science-examples

Collection of data science and machine learning examples with Exasol
MIT License
15 stars 8 forks source link

Change header import in sagemaker example #57

Open MarleneKress79789 opened 1 year ago

MarleneKress79789 commented 1 year ago

As mentioned here, we directly import of the header of the scania trucks data set into exasol at the moment, and as a result use all_columns = exasol.export_to_pandas("SELECT * FROM IDA.TRAIN LIMIT 1;") for the reading of the header, which is not great.

please update in the three files mentioned below by using this or this:

we import the data using this notebook from sagemaker tutorial for the data import which needs to be changed, and then the data is read in the sagemaker tutorial and in the azureml tutorial