Update Importing_and_Exporting_Data_in_Pandas.md

pull/390/head
Krishna Kaushik 2024-05-18 22:40:30 +05:30 zatwierdzone przez GitHub
rodzic bf4dcff08b
commit 849f5abc6e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 18 usunięć

Wyświetl plik

@ -22,24 +22,6 @@ import pandas as pd
titanic_df= pd.read_csv("https://raw.githubusercontent.com/kRiShNa-429407/learn-python/main/contrib/pandas/Titanic.csv")
titanic_df
```
<div>
<style scoped>
.dataframe tbody tr th:only-of-type {
vertical-align: middle;
}
.dataframe tbody tr th {
vertical-align: top;
}
.dataframe thead th {
text-align: right;
}
</style>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">