Open halioui opened 6 years ago
Hi, The file just do not have any tabular data. I will make a bug-fix to return an empty one.
So this was an issue with python 3 only. I check now if there is anything in the file.
Hello - I am encountering this issue also in Python 3 (all tables imported are empty). Are there any updates on this issue?
Hi @kmuench, thanks for reporting. Could you give an example? I thought it was solved last time.
Sure thing, thanks for checking it out. Here is the code I'm running:
import GEOparse
# get sample info
gse = GEOparse.get_GEO(geo="GSE97168", destdir="./")
metadata = gse.phenotype_data # pandas data frame
samples = metadata.index.astype(str)
s = samples[1]
gse.gsms[s].table.size
It does seem to identify the samples and the metadata - it's just the data stored that seems to be an issue.
What data are you expecting to see here? I don't see any here: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM2553018
I got the following error while parsing GSM2795971 SOFT file: