magnus167
  • Joined on 2025-01-23
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-02 22:46:40 +00:00
eb4fefe363 Enhance DataFrame display: implement column ellipsis for large datasets; improve row and column index calculations for better output formatting.
60cc97e702 Enhance DataFrame display: implement row truncation with ellipsis for large datasets; improve column width calculations and formatting for better readability.
7e2a5ec18d Enhance DataFrame display: update head and tail methods for improved row retrieval and formatting; refine display output for empty DataFrames and adjust column width calculations.
Compare 3 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-01 23:26:40 +00:00
4038d25b07 applied formatting
aa15248b58 Rename variable for clarity in DataFrame display formatting
fa392ec631 Add head_n and tail_n methods to DataFrame for row retrieval; enhance display formatting
Compare 3 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-01 23:26:40 +00:00
9544e6f740 Merge 4038d25b071e057dab4112e5dc03f0da870334d6 into 6e0ea441e40395ce5e8fe5a1b22d7829a0adb583
4038d25b07 applied formatting
aa15248b58 Rename variable for clarity in DataFrame display formatting
fa392ec631 Add head_n and tail_n methods to DataFrame for row retrieval; enhance display formatting
Compare 4 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-01 22:46:41 +00:00
182c1a7e30 Merge 8b6f16236a6cde333b3b40533a1e5115ab7a0319 into 6e0ea441e40395ce5e8fe5a1b22d7829a0adb583
8b6f16236a Refactor TypedFrame methods using macros for common functionality and improve column accessors
Compare 2 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-01 22:46:41 +00:00
8b6f16236a Refactor TypedFrame methods using macros for common functionality and improve column accessors
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-06-22 20:26:40 +00:00
546528d8ff Merge 58acea84671c447a1ed8430fbd408eed960d7eab into 6e0ea441e40395ce5e8fe5a1b22d7829a0adb583
58acea8467 Add DataFrame usage examples to README.md
2607d9c3b0 Add pub use statement for DataFrame, DataFrameColumn, and TypedFrame in mod.rs
Compare 3 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-06-22 20:26:40 +00:00
58acea8467 Add DataFrame usage examples to README.md
2607d9c3b0 Add pub use statement for DataFrame, DataFrameColumn, and TypedFrame in mod.rs
Compare 2 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-06-22 18:56:40 +00:00
e5dff3eee3 Merge 57ed06f79b7c5c77477fbcadb064370a203de6de into 6e0ea441e40395ce5e8fe5a1b22d7829a0adb583
57ed06f79b Reimplemented dataframe class with TypedFrame interface
Compare 2 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-06-22 18:56:40 +00:00
57ed06f79b Reimplemented dataframe class with TypedFrame interface
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-06-22 04:56:41 +00:00
8c1111f688 Merge 01a132264f083ff682ee00df62eb05dbb0484e5a into 6e0ea441e40395ce5e8fe5a1b22d7829a0adb583
01a132264f Remove unused imports and clean up test module in DataFrame implementation
Compare 2 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-06-22 04:56:41 +00:00
01a132264f Remove unused imports and clean up test module in DataFrame implementation
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-06-22 04:36:41 +00:00
a3326692ff Merge ff4535c56bb91a61a9fc985c0038251485f35003 into 6e0ea441e40395ce5e8fe5a1b22d7829a0adb583
ff4535c56b Implement column renaming in DataFrame, updating both logical names and underlying Frame references.
9b480e8130 Merge branch 'main' into dataframe
6e0ea441e4 Merge pull request #48 from Magnus167/range-index-update
453e34ef82 Improve panic message for invalid Range index in Frame::new test
Compare 6 commits »
magnus167 synced commits to refs/pull/30/merge at magnus167/rustframe from mirror 2025-06-22 04:36:41 +00:00
7e99cf0ad7 Merge 325e75419c9aa81e799f47122989fbdb2b5e20fb into 6e0ea441e40395ce5e8fe5a1b22d7829a0adb583
6e0ea441e4 Merge pull request #48 from Magnus167/range-index-update
453e34ef82 Improve panic message for invalid Range index in Frame::new test
092a7b7cce Validate range index length in Frame::new to prevent mismatches with matrix rows
Compare 4 commits »
magnus167 synced and deleted reference refs/tags/range-index-update at magnus167/rustframe from mirror 2025-06-22 04:36:40 +00:00
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-06-22 04:36:40 +00:00
6e0ea441e4 Merge pull request #48 from Magnus167/range-index-update
453e34ef82 Improve panic message for invalid Range index in Frame::new test
092a7b7cce Validate range index length in Frame::new to prevent mismatches with matrix rows
Compare 3 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-06-22 04:36:40 +00:00
ff4535c56b Implement column renaming in DataFrame, updating both logical names and underlying Frame references.
9b480e8130 Merge branch 'main' into dataframe
6e0ea441e4 Merge pull request #48 from Magnus167/range-index-update
453e34ef82 Improve panic message for invalid Range index in Frame::new test
092a7b7cce Validate range index length in Frame::new to prevent mismatches with matrix rows
Compare 5 commits »
magnus167 synced and deleted reference refs/tags/refs/pull/48/merge at magnus167/rustframe from mirror 2025-06-22 04:36:40 +00:00
magnus167 synced commits to range-index-update at magnus167/rustframe from mirror 2025-06-22 04:16:42 +00:00
magnus167 synced new reference range-index-update to magnus167/rustframe from mirror 2025-06-22 04:16:42 +00:00
magnus167 synced new reference dataframe to magnus167/rustframe from mirror 2025-06-22 04:16:42 +00:00