Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed table formatting issue
  • Loading branch information
aditya0by0 authored Aug 3, 2024
1 parent 05f60c9 commit 7217204
Showing 1 changed file with 3 additions and 39 deletions.
42 changes: 3 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,7 @@ normal_encoder.X_encoded_data.head()


<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;">
Expand Down Expand Up @@ -243,19 +231,7 @@ missing_encoder.X_encoded_data.head()


<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;">
Expand Down Expand Up @@ -369,19 +345,7 @@ kappa_encoder.encoded_data.head()


<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;">
Expand Down

0 comments on commit 7217204

Please sign in to comment.