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

Fix BUG: read_sql tries to convert blob/varbinary to string with pyarrow backend#60105

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

Closed
Changes from1 commit
Commits
Show all changes
39 commits
Select commitHold shift + click to select a range
2244869
Add fix for #59242
kastkeepitjumpinlikekangaroosOct 25, 2024
bd00fc5
add skip import
kastkeepitjumpinlikekangaroosOct 25, 2024
6a23f05
address comment
kastkeepitjumpinlikekangaroosNov 12, 2024
2f261c8
merged main
kastkeepitjumpinlikekangaroosNov 12, 2024
8f900b8
also fix for dtype_backend=numpy_nullable
kastkeepitjumpinlikekangaroosNov 13, 2024
536b1ed
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosNov 14, 2024
8965a1d
merge main
kastkeepitjumpinlikekangaroosNov 17, 2024
a32b4a6
fix
kastkeepitjumpinlikekangaroosNov 17, 2024
f412c72
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosNov 20, 2024
a0200d0
address comment
kastkeepitjumpinlikekangaroosNov 20, 2024
10ca030
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosNov 21, 2024
ba2e82d
address comment
kastkeepitjumpinlikekangaroosDec 4, 2024
8dd45ca
Merge branch 'fix-59242' of github.com:kastkeepitjumpinlikekangaroos/…
kastkeepitjumpinlikekangaroosDec 4, 2024
602194a
remove cast
kastkeepitjumpinlikekangaroosDec 4, 2024
f8ae285
fix test
kastkeepitjumpinlikekangaroosDec 4, 2024
02514e0
fix logic
kastkeepitjumpinlikekangaroosDec 4, 2024
ef5c2ed
fix
kastkeepitjumpinlikekangaroosDec 7, 2024
da7817a
fix
kastkeepitjumpinlikekangaroosDec 9, 2024
de5c604
also include pa.OpaqueType
kastkeepitjumpinlikekangaroosDec 9, 2024
e025d84
fix
kastkeepitjumpinlikekangaroosDec 9, 2024
3d83bab
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosDec 9, 2024
6ea5785
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosDec 13, 2024
88accb3
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosDec 24, 2024
c066ebf
fix failing test
kastkeepitjumpinlikekangaroosDec 27, 2024
2afeed5
Merge branch 'fix-59242' of github.com:kastkeepitjumpinlikekangaroos/…
kastkeepitjumpinlikekangaroosDec 27, 2024
de286a4
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosDec 27, 2024
a99365a
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosDec 30, 2024
a8f69e5
addressing comments
kastkeepitjumpinlikekangaroosJan 21, 2025
2f8ac63
Merge branch 'fix-59242' of github.com:kastkeepitjumpinlikekangaroos/…
kastkeepitjumpinlikekangaroosJan 21, 2025
1a0b2cf
fix
kastkeepitjumpinlikekangaroosJan 21, 2025
1da6ee4
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosJan 21, 2025
4c1c282
clarify
kastkeepitjumpinlikekangaroosJan 29, 2025
fe4bdba
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosJan 29, 2025
71d94e5
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosFeb 1, 2025
8813f77
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosFeb 4, 2025
30ce3b3
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosFeb 6, 2025
9721fc3
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosFeb 7, 2025
bcb7e3d
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosFeb 8, 2025
fe52a7a
Merge branch 'main' into fix-59242
kastkeepitjumpinlikekangaroosFeb 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fix
  • Loading branch information
@kastkeepitjumpinlikekangaroos
kastkeepitjumpinlikekangaroos committedNov 17, 2024
commita32b4a6c9f0f412dbc669ba04e23a34880862446
1 change: 0 additions & 1 deletionpandas/__init__.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -191,7 +191,6 @@


# module level doc-string
__version__ = "3.0.0"
__doc__ = """
pandas - a powerful data analysis and manipulation library for Python
=====================================================================
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp