FTX Lawyers Data
Timesheets from S&C and Alvarez, from 2023-04-01 to 2024-04-29
@kaggle.hyper88_ftx_lawyers_data
Timesheets from S&C and Alvarez, from 2023-04-01 to 2024-04-29
@kaggle.hyper88_ftx_lawyers_data
CREATE TABLE df (
"category" VARCHAR,
"date" TIMESTAMP,
"name" VARCHAR,
"hours" DOUBLE,
"description" VARCHAR,
"firm" VARCHAR
);
CREATE TABLE lawyers_timesheet (
"category" VARCHAR,
"date" TIMESTAMP,
"name" VARCHAR,
"hours" DOUBLE,
"description" VARCHAR
);
Anyone who has the link will be able to view this.