dataframe-go icon indicating copy to clipboard operation
dataframe-go copied to clipboard

This library is defunct: please prove me wrong

Open boxabirds opened this issue 1 year ago • 1 comments

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?

boxabirds avatar Apr 29 '24 11:04 boxabirds

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.

guseggert avatar Nov 09 '24 15:11 guseggert