black-jack icon indicating copy to clipboard operation
black-jack copied to clipboard

DataFrame / Series data processing in Rust

Results 18 black-jack issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [prettytable-rs](https://github.com/phsym/prettytable-rs) to permit the latest version. Release notes Sourced from prettytable-rs's releases. v0.10.0 Fixed Fix panic due to incorrect ANSI escape handling #137 Fix display of...

dependencies

Updates the requirements on [GSL](https://github.com/GuillaumeGomez/rust-GSL) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been...

dependencies

Updates the requirements on [float-cmp](https://github.com/mikedilger/float-cmp) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Updates the requirements on [GSL](https://github.com/GuillaumeGomez/rust-GSL) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

Should be able to get dataframe behavior via: ```rust #[derive(DataFrame)] struct MyRecord { col1: usize, col2: String, ... }  let df = ::new(); ```