Baselight

FTX Lawyers Data

Timesheets from S&C and Alvarez, from 2023-04-01 to 2024-04-29

@kaggle.hyper88_ftx_lawyers_data

About this Dataset

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:

  • category
  • date
  • employee name
  • hours charged
  • description (what they worked on)

Tables

Df

@kaggle.hyper88_ftx_lawyers_data.df
  • 16.59 MB
  • 385772 rows
  • 6 columns
Loading...

CREATE TABLE df (
  "category" VARCHAR,
  "date" TIMESTAMP,
  "name" VARCHAR,
  "hours" DOUBLE,
  "description" VARCHAR,
  "firm" VARCHAR
);

Lawyers Timesheet

@kaggle.hyper88_ftx_lawyers_data.lawyers_timesheet
  • 18.57 MB
  • 385772 rows
  • 5 columns
Loading...

CREATE TABLE lawyers_timesheet (
  "category" VARCHAR,
  "date" TIMESTAMP,
  "name" VARCHAR,
  "hours" DOUBLE,
  "description" VARCHAR
);