datatable icon indicating copy to clipboard operation
datatable copied to clipboard

A Python package for manipulating 2-dimensional tabular data structures

Results 151 datatable issues
Sort by recently updated
recently updated
newest added

Currently, `dt.cbind()` returns a new frame by cbinding all the input frames. At the same time `Frame.cbind()` method appends frames to the original one. This behavior could be quite confusing...

documentation
consistency

```Python from datatable import dt, f DT = dt.Frame({"A": ["", ""]}) DT[f.A == "", dt.count()][0, 0] # 0 ``` If any value in the column is not an empty string,...

bug

- Access newly created column(s) within i, j, by, sort `Example data:` from datatable import dt, f, by grades = [48, 99, 75, 80, 42, 80, 72, 68, 36, 78]...

new feature

please add function rowargsort, rowsort, quantile and so on, make me easy to sort in row element,and find diffrent percent point data

- Did you find a bug in datatable, or maybe the bug found you? Compilation error - How to reproduce the bug? just compile using g++ 14.1.1 - What was...

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=35&new-version=41)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies

1. Create and activate a venv environment for python `.venv/Scripts/Activate.ps1` 2. Try to install datatable with pip `pip install datatable` Should install datatable into the .venv but get `error: metadata-generation-failed`...

- Did you find a bug in datatable, or maybe the bug found you? Tell us what it is. - How to reproduce the bug? **This part is the most...

Are there any plans to support python versions greater than 3.11? Datatable is a great library and incredibly useful, but is beginning to fall behind on python releases and soon...