Skip to content
View graviada's full-sized avatar
🏠
Working from home
🏠
Working from home
  • RTU MIREA
  • Moscow

Block or report graviada

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
graviada/README.md

Typing SVG

Arsive

Most used language & tools 💻

python jupyter notebook pycharm postgresql vscode

🔭 A little bit about me 🌱

My name is Irina Chalova and I'm interested in Data Science. Here I share my works including university's tasks and my own.

💬 How to reach me

I'd like to recieve a message from you.

        

Another sources:

        

👨‍💻 My Languages

Graviada's github stats

Pinned Loading

  1. colabRepo colabRepo Public

    The repository with Colab-files.

    Jupyter Notebook

  2. SQL querries for exercise database '... SQL querries for exercise database 'world' from MySQL
    1
    # Using count, get the number of cities in the USA
    2
    # my query
    3
    select COUNT(city.CountryCode) as CountUSACities from city
    4
    inner join country as c on c.`Code`=city.CountryCode 
    5
    where c.`Code`='USA';
  3. Some ways to Git Bash fast Some ways to Git Bash fast
    1
    1. From Pycharm to GitHub
    2
    https://www.geeksforgeeks.org/working-on-git-bash/
    3
    
    
    4
    2. Merge 2 branches (main and master)
    5
    https://ru.stackoverflow.com/questions/1197561/%D0%A1%D0%BB%D0%B8%D1%82%D1%8C-%D0%B2%D0%B5%D1%82%D0%BA%D1%83-master-%D0%B8-main