qframe icon indicating copy to clipboard operation
qframe copied to clipboard

Immutable data frame for Go

Results 15 qframe issues
Sort by recently updated
recently updated
newest added

Hello! I have a use case where I'd like to sort/filter/group based on time. While in practice, I could likely use an int/string column to represent my time and convert...

Hi, the dataframe library is wonerful. But I encounter some problems. The Column has some type int, string, float. But It is not enough. I find the Column interface, but...

Is it possible to save a qframe, where we update primary keys if they exist?

This makes the ToSQL function more flexible and allows for things like handling upserts. This was my first pass but not necessarily sure it's ready to merge as I found...

I just wrote a blog post on [how to convert a CSV to Parquet with Go](https://mungingdata.com/go/csv-to-parquet/) and thought about how wonderful it would be to play with Parquet files in...

Hi, thank you for writing this library. Are there any plans to add Joins? If I were to add them at least for myself, since I am not that experienced...

I am using arrow and it uses flat buffers internally which are very fast. I would be interested in extending qframe to work with flat buffers. There is also a...

It would be nice to implement some stronger typing around the `Eval` system in QFrame. There are currently many empty interfaces passed around which can make it challenging for end...

Would like to do the following logic (expressed as sql) using this library ```sql select column1, column2, count(*) as count from table group by column1, column2 ``` # What i...

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20180708004352-c73c2afc3b81 to 0.10.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/image&package-manager=go_modules&previous-version=0.0.0-20180708004352-c73c2afc3b81&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies