Skip to content

Commit

Permalink
Added minor documentation to dz!
Browse files Browse the repository at this point in the history
  • Loading branch information
humphreylee authored Oct 24, 2024
1 parent 9551f09 commit fd86e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charming/src/datatype/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ macro_rules! df {
};
}

/// Code below is modified from ChatGPT generated code.
/// Code below is modified (using df! as reference) from ChatGPT generated code.
/// The main objective of macro dz! is to transpose mixed data type vectors,
/// aka columns or dimensions into ECharts dataframe format.
Expand Down

0 comments on commit fd86e46

Please sign in to comment.