J
J
JRBRO2022-04-11 10:49:05
Python
JRBRO, 2022-04-11 10:49:05

Getting data from GitLab in python, how?

There is a table of 4 columns on GitLab. How to teach a python to pull out information from there, let's say:

1. First name
2. Last name
3. Middle name
4. Year of birth

And for greetings, I need a name, patronymic, then the year of birth. How to pull out individual columns, but with a link to a row?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tshipenchko, 2022-04-11
@JRBRO

Get a RAW link to a file ( example , orig )
How to get a RAW link via the API, if you need to automate it
In the code, download the file in any convenient way, for example, requests.get
Depending on the table, use the appropriate handler: csv , xlsx

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question