Issues
- 0
git clone https://github.com/jtablesaw/tablesaw-examples.git import tech.tablesaw.api.Table; public class SalesTable { public static void main(String[] args) { // Create a new table with 5 rows and 3 columns Table salesTable = Table.create("Sales Table"); // Add some data to the table salesTable.addColumn("Date", "2023-01-01", "2023-01-02", "2023-01-03", "2023-01-04"); salesTable.addColumn("Product", "Product A", "Product B", "Product A", "Product C"); salesTable.addColumn("Revenue", 100.0, 200.
#63 opened by Rinasusanti2802 - 0
- 1
钉钉群: 表格存储技术交流群 二维码失效
#1 opened by hslooooooool