I like learning stuff from humans and explaining it to machines
-
Aleph Alpha
Highlights
- Pro
Pinned Loading
-
odbc2parquet
odbc2parquet PublicA command line tool to query an ODBC data source and write the result into a parquet file.
-
arrow-odbc-py
arrow-odbc-py PublicRead Apache Arrow batches from ODBC data sources in Python
1,076 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
pacman82/odbc-api,
pacman82/monte-carlo-tree-search,
pacman82/arrow-odbc-py
and 26 other
repositories
Loading
Contribution activity
April 2025
Created 13 commits in 3 repositories
Created an issue in jboscolo/turbodbc_long_strings_testing that received 3 comments
Works with arrow odbc
from arrow_odbc import insert_into_table, read_arrow_batches_from_odbc import pyarrow as pa import pyodbc LONG_STRING_FOR_TESTING = 'ûéH'*556 CONNE…
3
comments