Skip to content

Commit

Permalink
💥⚡️Reduced COLUMNS_NBYTES
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Sep 21, 2024
1 parent 6f779e4 commit 8ca0512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfpyo3_rs_core/src/df.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use numpy::{
PyFixedString,
};

pub const COLUMNS_NBYTES: usize = 256;
pub const COLUMNS_NBYTES: usize = 32;
pub type IndexDtype = Datetime<Nanoseconds>;
pub type ColumnsDtype = PyFixedString<COLUMNS_NBYTES>;

Expand Down

0 comments on commit 8ca0512

Please sign in to comment.