Upload _2646.py
Browse files
_2646.py
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import pandas as pd
|
2 |
|
3 |
df = pd.read_csv('//content/Advertising And Sales.csv')
|
|
|
1 |
+
# -*- coding: utf-8 -*-
|
2 |
+
""".2646
|
3 |
+
|
4 |
+
Automatically generated by Colab.
|
5 |
+
|
6 |
+
Original file is located at
|
7 |
+
https://colab.research.google.com/drive/1rm4V5QMLQuWMZikisvPv9jIeKgMEAptr
|
8 |
+
"""
|
9 |
+
|
10 |
import pandas as pd
|
11 |
|
12 |
df = pd.read_csv('//content/Advertising And Sales.csv')
|