You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: