Spaces:
Sleeping
Sleeping
Update pages/Lifecycle of Machine Learning.py
Browse files
pages/Lifecycle of Machine Learning.py
CHANGED
@@ -366,6 +366,7 @@ import json
|
|
366 |
with open('data.json', 'r') as file:
|
367 |
data = json.load(file)
|
368 |
""",
|
|
|
369 |
language="python"
|
370 |
|
371 |
|
@@ -422,8 +423,11 @@ with open('data.json', 'r') as file:
|
|
422 |
import pandas as pd
|
423 |
pd.read_xml(r"C:\Users\ankit\OneDrive\Documents\xml data 3.txt")
|
424 |
""",
|
|
|
|
|
|
|
|
|
425 |
|
426 |
-
language="python"
|
427 |
|
428 |
|
429 |
)
|
|
|
366 |
with open('data.json', 'r') as file:
|
367 |
data = json.load(file)
|
368 |
""",
|
369 |
+
|
370 |
language="python"
|
371 |
|
372 |
|
|
|
423 |
import pandas as pd
|
424 |
pd.read_xml(r"C:\Users\ankit\OneDrive\Documents\xml data 3.txt")
|
425 |
""",
|
426 |
+
language="python"
|
427 |
+
|
428 |
+
|
429 |
+
|
430 |
|
|
|
431 |
|
432 |
|
433 |
)
|