Skip to content
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

This library is defunct: please prove me wrong #71

Open
boxabirds opened this issue Apr 29, 2024 · 1 comment
Open

This library is defunct: please prove me wrong #71

boxabirds opened this issue Apr 29, 2024 · 1 comment

Comments

@boxabirds
Copy link

Hi this looked really promising but it looks like it's not maintained or used any more. What do people use instead for pandas-style dataframes in golang?

@guseggert
Copy link

guseggert commented Nov 9, 2024

I use DuckDB with sqlx and write SQL queries instead, sprinkling in UDFs when needed. Not exactly "pandas-style dataframes" but it does everything I need dataframes for. Occasionally I also use Arrow directly, though it's a little low-level for everyday use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants