datatable
datatable copied to clipboard
A Python package for manipulating 2-dimensional tabular data structures
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...
```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,...
- 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]...
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...
[](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`....
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...
.isin .str.contains()
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...