├── LICENSE ├── README.md ├── csv2sql.py └── predict_sales_with_pandas.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zygmuntz/kaggle-rossmann/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zygmuntz/kaggle-rossmann/HEAD/README.md -------------------------------------------------------------------------------- /csv2sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zygmuntz/kaggle-rossmann/HEAD/csv2sql.py -------------------------------------------------------------------------------- /predict_sales_with_pandas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zygmuntz/kaggle-rossmann/HEAD/predict_sales_with_pandas.py --------------------------------------------------------------------------------