SMS-Data
Financial health information extraction dataset
@kaggle.dshah1612_sms_data
Financial health information extraction dataset
@kaggle.dshah1612_sms_data
The dataset contains the SMS data for the riders and it can be used to extract information to derive insights about the financial health of the riders. Some of the pointers on what information can be derived from the data are,
If you find the dataset useful, an upvote would be appreciated 🙌
CREATE TABLE sms_data (
"phonenumber" VARCHAR,
"id" VARCHAR,
"updateat" VARCHAR,
"senderaddress" VARCHAR,
"text" VARCHAR
);Anyone who has the link will be able to view this.