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
Explore the data, find anything interesting (or dirt) in what lawyers are doing in the bankruptcy case 👀 The dirtier (if any) the better. DM https://x.com/crypto_notte/ if you want some ideas.
Tools: chart, text analysis.
You will find:
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.