Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -723,9 +723,9 @@ print(df)
|
|
| 723 |
except FileNotFoundError:
|
| 724 |
print("File not found. Check the file path.")
|
| 725 |
# Handle incorrect delimiter
|
| 726 |
-
|
| 727 |
""", language='python')
|
| 728 |
-
|
| 729 |
|
| 730 |
|
| 731 |
if st.button(":red[Back to Structured Data]"):
|
|
|
|
| 723 |
except FileNotFoundError:
|
| 724 |
print("File not found. Check the file path.")
|
| 725 |
# Handle incorrect delimiter
|
| 726 |
+
df = pd.read_csv('data.csv', delimiter=';')
|
| 727 |
""", language='python')
|
| 728 |
+
st.link_button(":blue[Jupyter Notebook(colab)]","https://colab.research.google.com/drive/10MHcHTn40RcRA80TMvyXLiIwmU94Nt4N?usp=sharing")
|
| 729 |
|
| 730 |
|
| 731 |
if st.button(":red[Back to Structured Data]"):
|