library · inferred from evidence
pandas
A Python library for data manipulation and analysis, referenced here for its similar alignment behavior (intersection of index coordinates).
- Integer values in whylogs frequent_items show as floats (1.000000)
Logging a pandas DataFrame with an int64 column via why.log, then reading `frequent_items/frequent_strings`, returns values like '1.000000' instead of '1'. The column dtype is int64; the stringified frequent items show floats.
- Fix Snowflake connector NotSupportedError on Apple M1
On M1 Macs, older snowflake-connector-python wheels shipped x86_64-only C extensions, so importing or fetching results raised `snowflake.connector.errors.NotSupportedError: Unknown error` (the Arrow C extension could not load). The maintain
- mcp-server-motherduck broken by pandas 2.3.0 (wont build on macOS ARM)
The DuckDB MCP server broke when pandas 2.3.0 came out, because pandas 2.3.0 failed to build on some platforms. Users on macOS ARM hit it hardest, and pinning pandas==2.2.3 via uvx worked as a workaround. The PyPI install of mcp-server-moth
- mcp-server-motherduck query tool hangs forever on Windows (default markdown output)
Using the in-memory DuckDB MCP server in VS Code (Augment Code extension) on Windows, every query tool call hung forever. The same setup on WSL returned fine. The reporter noticed the default output format is markdown, which renders through