{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": true, "ExecuteTime": { "end_time": "2025-08-17T13:06:41.263897Z", "start_time": "2025-08-17T13:06:40.939099Z" } }, "outputs": [], "source": [ "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 3, "outputs": [], "source": [ "data = pd.read_csv(\"./quotationsSampleWithResponse.csv\", on_bad_lines='skip',sep=\";\")\n" ], "metadata": { "collapsed": false, "ExecuteTime": { "start_time": "2025-08-13T09:05:06.803852Z", "end_time": "2025-08-13T09:05:06.879965Z" } } }, { "cell_type": "code", "execution_count": null, "outputs": [], "source": [], "metadata": { "collapsed": false } } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.6" } }, "nbformat": 4, "nbformat_minor": 0 }