Hi allThe idea is simple:
Say we have this common document structure:
{
"company_number": int,
"number_of_employees": int
"company status": string
"date_of_creation": date
"date_of_cessation": date
}
But not all companies have a cessation day beca...