-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Add an option to prevent stripping extra whitespaces in pd.read_html #59455
Open
RomainL972
wants to merge
1
commit into
pandas-dev:main
Choose a base branch
from
RomainL972:optional-remove-whitespace
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RomainL972
force-pushed
the
optional-remove-whitespace
branch
2 times, most recently
from
August 9, 2024 03:20
5d30866
to
da81cff
Compare
yuanx749
reviewed
Aug 11, 2024
RomainL972
force-pushed
the
optional-remove-whitespace
branch
2 times, most recently
from
August 12, 2024 14:45
b40f567
to
bf3a120
Compare
RomainL972
force-pushed
the
optional-remove-whitespace
branch
from
August 12, 2024 14:54
bf3a120
to
70e4165
Compare
rhshadrach
added
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
labels
Aug 12, 2024
RomainL972
force-pushed
the
optional-remove-whitespace
branch
3 times, most recently
from
August 14, 2024 21:09
769e579
to
8273d9f
Compare
yuanx749
approved these changes
Aug 16, 2024
RomainL972
force-pushed
the
optional-remove-whitespace
branch
from
August 16, 2024 03:22
8273d9f
to
82f0a29
Compare
RomainL972
force-pushed
the
optional-remove-whitespace
branch
from
August 26, 2024 01:22
82f0a29
to
f8b7368
Compare
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
RomainL972
force-pushed
the
optional-remove-whitespace
branch
from
September 26, 2024 00:40
f8b7368
to
a941904
Compare
Updated the PR |
RomainL972
force-pushed
the
optional-remove-whitespace
branch
from
October 10, 2024 01:10
a941904
to
cf81d3b
Compare
…html Co-authored-by: Derekt2 <[email protected]>
RomainL972
force-pushed
the
optional-remove-whitespace
branch
from
December 16, 2024 01:35
cf81d3b
to
cca4ba9
Compare
Remove stale |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Inspired from #46075