I want to download a curated dataframe of the full archive of UniProt.
Any format as long as it is a table (.csv, .tsv, SQL etc.).
Solution 1: Download the .fasta and do the formating myself -> very slow + information incomplete.
Solution 2: Use API like BioServices -> still very slow but more information.
Do we have an already-curated dataframe containing as complete as possible the entry + metadata of UniProt that can be downloaded right away?
See also Importing Uniprot into BioSQL using BioPython takes years (nearly literally!)