Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Issues: pandas-dev/pandas

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Usealt +click/return to exclude labels
or +click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobodyLoading
Sort

Issues list

BUG/FEATURE REQUEST: DataFrame.to_sql() tries to create table when it exists Bug IO SQLto_sql, read_sql, read_sql_query Needs DiscussionRequires discussion from core team before further action Needs InfoClarification about behavior needed to assess issue
#61418 openedMay 9, 2025 byvladidobro
2 of 3 tasks
BUG: to_sql works only for strings Bug IO SQLto_sql, read_sql, read_sql_query Needs InfoClarification about behavior needed to assess issue
#61385 openedMay 1, 2025 bypranav-ds
2 of 3 tasks
ENH: Functionality to aid with Database Imports Enhancement IO SQLto_sql, read_sql, read_sql_query Needs TriageIssue that has not been reviewed by a pandas team member
#61247 openedApr 7, 2025 bymwiles217
2 of 3 tasks
DEPS: Revert SQLAlchemy minimum version back to 1.4.36 DependenciesRequired and optional dependencies IO SQLto_sql, read_sql, read_sql_query Stale
#60977 openedFeb 21, 2025 bysnitishLoading…
5 tasks
2.3
BUG: Unknown Error - Getting from Databricks SQL Python - From PyArrow module (pyarrow.lib.ArrowException) Arrowpyarrow functionality Bug IO SQLto_sql, read_sql, read_sql_query Needs InfoClarification about behavior needed to assess issue
#60838 openedFeb 3, 2025 byGobi2511
2 of 3 tasks
BUG: The.to_sql() ofdtype argument does not strictly ensure the column name and datatype Bug Closing CandidateMay be closeable, needs more eyeballs IO SQLto_sql, read_sql, read_sql_query
#60737 openedJan 20, 2025 byammarsaf
3 tasks done
BUG: Pandas to_sql 'Engine' object has no attribute 'cursor' Bug IO SQLto_sql, read_sql, read_sql_query Needs InfoClarification about behavior needed to assess issue
#60684 openedJan 9, 2025 byganbaaelmer
3 tasks done
TST: Make test_sql.py parallelizable good first issue IO SQLto_sql, read_sql, read_sql_query Testingpandas testing functions or related to the test suite
#60378 openedNov 20, 2024 byWillAyd
1 of 3 tasks
BUG: 'Engine' object has no attribute 'cursor' Bug IO SQLto_sql, read_sql, read_sql_query Needs InfoClarification about behavior needed to assess issue
#60124 openedOct 29, 2024 byJagadish250803
3 tasks done
BUG: to_sql with ADBC driver fails when schema exists without tables Bug IO SQLto_sql, read_sql, read_sql_query
#59841 openedSep 19, 2024 byWillAyd
3 tasks done
BUG: read_sql tries to convert blob/varbinary to string with pyarrow backend Arrowpyarrow functionality Bug Dtype ConversionsUnexpected or buggy dtype conversions IO SQLto_sql, read_sql, read_sql_query
#59242 openedJul 13, 2024 bydbrownems
3 tasks done
BUG: Dataframe'sto_sql method fails while trying to persist Dataframe to Postgtres in Version 2.2.0 Bug IO SQLto_sql, read_sql, read_sql_query Needs TriageIssue that has not been reviewed by a pandas team member
#57196 openedFeb 1, 2024 bydamianr13
3 tasks done
ENH: Not silently ignore violation of minimal required version of SQLAlchemy DependenciesRequired and optional dependencies Enhancement IO SQLto_sql, read_sql, read_sql_query
#57178 openedJan 31, 2024 bybebach
1 of 3 tasks
BUG: Pandas 2.2 breaks SQLAlchemy 1.4 compatibility Compatpandas objects compatability with Numpy or Python functions DependenciesRequired and optional dependencies IO SQLto_sql, read_sql, read_sql_query RegressionFunctionality that used to work in a prior pandas version
#57049 openedJan 24, 2024 bymiraculixx
3 tasks done
2.3
BUG:read_sql() does not handledate nortime datatypes correctly when using pyarrow (but works fordatetime) Arrowpyarrow functionality Bug IO SQLto_sql, read_sql, read_sql_query Needs TriageIssue that has not been reviewed by a pandas team member
#56551 openedDec 18, 2023 byfdcastel
3 tasks done
ENH: Expose PEP249 DB API "rowcount" in read_sql_query iterator Enhancement IO SQLto_sql, read_sql, read_sql_query Needs TriageIssue that has not been reviewed by a pandas team member
#55854 openedNov 6, 2023 bygwerbin
1 of 3 tasks
ENH: add optional logging to read_sql Enhancement IO SQLto_sql, read_sql, read_sql_query Needs TriageIssue that has not been reviewed by a pandas team member
#55797 openedNov 1, 2023 byjimenezj8
1 of 3 tasks
BUG: sqlalchemy.exc.InvalidRequestError: Could not reflect: requested table(s) Bug IO SQLto_sql, read_sql, read_sql_query Needs TriageIssue that has not been reviewed by a pandas team member
#55286 openedSep 25, 2023 bydjpirra
2 of 3 tasks
BUG: pd.to_sql fails with an ARRAY of composites Bug IO SQLto_sql, read_sql, read_sql_query Nested DataData where the values are collections (lists, sets, dicts, objects, etc.).
#54651 openedAug 20, 2023 bysergiykhan
3 tasks done
BUG: "table name" form ofpd.read_sql() doesn't work for SQLite databases Error ReportingIncorrect or improved errors from pandas IO SQLto_sql, read_sql, read_sql_query
#54233 openedJul 23, 2023 bykalekundert
2 of 3 tasks
DOC: Improvement for def psql_insert_copy(table, conn, keys, data_iter) Docs IO SQLto_sql, read_sql, read_sql_query
#53942 openedJun 29, 2023 bytry-and-succeed
1 task done
BUG: Errors using to_sql(), read_sql_table() when data contains percent signs Bug IO SQLto_sql, read_sql, read_sql_query
#53339 openedMay 22, 2023 byphilipnye
3 tasks done
BUG: Bug IO SQLto_sql, read_sql, read_sql_query RegressionFunctionality that used to work in a prior pandas version
#53028 openedMay 1, 2023 bySkeptiCali
3 tasks done
BUG: read_sql_query behaves inconsistently for different types of the sql parameter Bug IO SQLto_sql, read_sql, read_sql_query
#52816 openedApr 20, 2023 bysergiykhan
3 tasks done
2
@NumanIjaz
1
Previous134
Previous
ProTip! Follow long discussions withcomments:>50.

[8]ページ先頭

©2009-2025 Movatter.jp