-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Test for pd.to_sql column error if data contains -np.inf #34493
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
Merged
mroeschke
merged 46 commits into
pandas-dev:master
from
arw2019:test-to_sql-column-error-npinf
Jul 1, 2020
Merged
Changes from 4 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
dbd141a
TST: pd.to_sql for dataframes with -np.inf (#34431)
arw2019 70f3e12
DOC: updated what's new (#34431)
arw2019 b395497
DOC: improved entry (#34431)
arw2019 f76e5d3
TST: moved to _TestSQLAlchemy + added round trips
arw2019 b205b1f
TST: rename + add comment with GH issue #
arw2019 3c91ce1
TST: rewrote using pytest.mark.parametrize for arg to DataFrame
arw2019 d3937ef
TST: removed underscore from _input
arw2019 a836965
DOC: added double backtick to np.inf & removed extraneous space
arw2019 dfbf1c7
TST: pd.to_sql for dataframes with -np.inf (#34431)
arw2019 5a5ce91
DOC: updated what's new (#34431)
arw2019 45f2f1e
DOC: improved entry (#34431)
arw2019 e5e500b
TST: moved to _TestSQLAlchemy + added round trips
arw2019 e78cf40
TST: rename + add comment with GH issue #
arw2019 e006731
TST: rewrote using pytest.mark.parametrize for arg to DataFrame
arw2019 1a312df
TST: removed underscore from _input
arw2019 8e55729
DOC: added double backtick to np.inf & removed extraneous space
arw2019 69b814c
Merge branch 'master' into test-to_sql-column-error-npinf
arw2019 6677c9e
Merge branch 'master' into test-to_sql-column-error-npinf
arw2019 9dfea80
mergaed with master
arw2019 51b2c6a
BUG: add catch for MySQL error with np.inf
arw2019 cc6d53b
use regex for string match + add runtime import
arw2019 e882228
clean up regex
arw2019 9c828cc
TST: update to catch error for -np.inf with MySQL
arw2019 7c0a49c
DOC: resolved conflict in whatsnew
arw2019 030b9fc
TST: update test_to_sql_with_neg_npinf
arw2019 9e63a80
fixed error handler syntax in SQLDatabase.to_sql
arw2019 550c110
fixed error handler syntax in SQLDatabase.to_sql
arw2019 fe6dbf0
TST: added an xfail test for npinf entries with mysql
arw2019 57e7403
fixed imports
arw2019 97f7918
added reference to GH issue
arw2019 2f24c9b
merge with master
arw2019 a7fc493
fixed test_to_sql_with_npinf error catch
arw2019 fa4e929
fixed spelling error in message (can not -> cannot)
arw2019 cb81d5c
DOC: added info re MySQL ValueError to whatsnew
arw2019 c8d9c9e
fixed variable name in to_sql
arw2019 d5ce174
Merge branch 'master' into test-to_sql-column-error-npinf
arw2019 7128d10
replaced sqlalchemy's dialect.name with flavor
arw2019 47b2568
merge upstream
arw2019 3b7c162
fixed typo in test_to_sql-with-npinf
arw2019 89b055c
Merge branch 'master' into test-to_sql-column-error-npinf
arw2019 e00206e
Merge branch 'master' into test-to_sql-column-error-npinf
arw2019 4a3a9a2
merge with master
arw2019 127a118
merge with master
arw2019 61d6f33
Merge branch 'master' into test-to_sql-column-error-npinf
arw2019 2709817
merge with master
arw2019 656b0f2
resolve conflict
arw2019 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.