Skip to content
View che0's full-sized avatar

Organizations

@seznam

Block or report che0

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

Pinned Loading

  1. countries countries Public

    Tools to find out country where given GPS coordinates are

    Python 104 29

  2. teh-tracker teh-tracker Public archive

    Tracker for Wikimedia CZ grant projects, moved to

    Python 4 1

  3. kubernetes-workshop kubernetes-workshop Public

    Kubernetes workshop v rámci Seznam IT akademie

    HTML 2

  4. cheat sheet for pandas, so I don't h... cheat sheet for pandas, so I don't have to read the docs all the time
    1
    Pandas cheat sheet
    2
    ==================
    3
    
                  
    4
    * dataframe from records: `pd.DataFrame.from_records([['A', 4], ['B', 2]], columns=['g', 'legs'], index=['g'])`
    5
    * (un)pickle: `orders.to_pickle('saved.pkl'); pd.read_pickle('saved.pkl')`