Dataset Viewer
Auto-converted to Parquet
Year
stringclasses
5 values
Chemical
int64
5.88k
6.91k
Drug
int64
3.07k
4.27k
Food
int64
233
1.22k
Electrical
int64
2.21k
2.72k
Mechanical
int64
5.54k
7.78k
Computer/ Electronics
int64
4.84k
9.59k
Biotechnology
int64
1.3k
2.77k
General & Other fields
int64
1.62k
9.33k
Total
int64
28.9k
39.4k
Unnamed: 10
float64
Unnamed: 11
float64
Unnamed: 12
float64
Unnamed: 13
float64
2006-2007
6,354
3,239
1,223
2,371
5,536
5,822
2,774
1,621
28,940
null
null
null
null
2007-2008
6,375
4,267
233
2,210
6,424
4,842
1,950
8,917
35,218
null
null
null
null
2008-2009
5,884
3,672
340
2,319
6,360
7,063
1,844
9,330
36,812
null
null
null
null
2009-2010
6,014
3,070
276
2,376
6,775
7,646
1,303
6,827
34,287
null
null
null
null
2010-2011
6,911
3,526
315
2,719
7,782
9,594
1,497
7,056
39,400
null
null
null
null

India Patent Applications (2006-07 to 2010-11)

Description:
This dataset contains annual patent applications filed in India under various fields of invention from 2006-07 to 2010-11. Fields include:

  • Chemical
  • Drug
  • Food
  • Electrical
  • Mechanical
  • General & Other (includes Bio-Medical, Bio-Chemistry, Bio-Informatics, Physics, Civil, Textiles, Metallurgy/Material Science, Agriculture, Polymer Science, Veterinary, and other fields)

Source:
Annual Report of the Controller General of Patents, Designs and Trade Marks (2010-11)
http://www.nstmis-dst.org/

Data Includes:
Patent applications from both Indian and foreign residents.

License:
CC-BY-4.0 – You must give appropriate credit when using this data.

Usage Example:

import pandas as pd

df = pd.read_csv("india_patent_applications_2006_2011.csv")
print(df.head())
Downloads last month
33