Historical and contemporary Marathi newspaper collections from major publications (Loksatta, Sakal, Maharashtra Times) available through digital archives
# Marathi newspaper archives
import pandas as pd
print('Marathi Newspaper Archives')
print('Major sources: Loksatta, Maharashtra Times, Sakal, Pudhari')| Field | Type | Description |
|---|---|---|
| headline | string | News article headline in Marathi |
| body | string | Article body text in Marathi |
| source | string | Newspaper name |
| date | date | Publication date |
| category | string | News category |