Closed antonkulaga closed 7 years ago
Hi,
GSE object has no columns attribute. It is a container for GSMs. You can access each GSM in GSE with:
gse.gsms
Anyway the data is empty:
>>> print gse.gsms.values()[0].columns
Empty DataFrame
Columns: [description]
Index: []
GSE object has no columns attribute.
In such case, you should fix the docs https://geoparse.readthedocs.io/en/latest/usage.html#gse-series as columns is mentioned there as standard GSE property.
Hey, Indeed. The description is OK but the name is wrong. Thanks!
When I try
I get:
while in the docs it is mentioned that columns is a standard GSE property