Skip to content

Commit 849f5ab

Browse files
Update Importing_and_Exporting_Data_in_Pandas.md
1 parent bf4dcff commit 849f5ab

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

contrib/pandas/Importing_and_Exporting_Data_in_Pandas.md

-18
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,6 @@ import pandas as pd
2222
titanic_df= pd.read_csv("https://raw.githubusercontent.com/kRiShNa-429407/learn-python/main/contrib/pandas/Titanic.csv")
2323
titanic_df
2424
```
25-
26-
27-
28-
29-
<div>
30-
<style scoped>
31-
.dataframe tbody tr th:only-of-type {
32-
vertical-align: middle;
33-
}
34-
35-
.dataframe tbody tr th {
36-
vertical-align: top;
37-
}
38-
39-
.dataframe thead th {
40-
text-align: right;
41-
}
42-
</style>
4325
<table border="1" class="dataframe">
4426
<thead>
4527
<tr style="text-align: right;">

0 commit comments

Comments
 (0)