Pinned Loading
-
Have you ever been in a situation wh...
Have you ever been in a situation where you would have liked others to give you a data frame with the right columns? If no, you're a lucky one. 🤩 If yes, check out this gist 🧐 1# First step in the direction of a really typed DataFrame
2I come across many great libraries every day, but unfortunately most of them are not well suited for enterprise or medical projects,
3because they lack the possibility for proper interface definitions or the ussage of refactoring capabilities of your IDE.
45This is especially true if it comes to libraries in the data science area. Just remember your last ```df['my_feature'] = df['my_feature'] * 2``` 😉 And unfortunately, exactly these libraries are also the ones that are written for super fast computations.
-
ConfMe-Workshop
ConfMe-Workshop PublicVery short introduction into ConfMe and it's main capabilities
Python
-
Simple logging configuration for python
Simple logging configuration for python 1# setup logging
2stdout_handler = logging.StreamHandler(stream=sys.stdout)
3rotate_handler = RotatingFileHandler('../log/face-aggregator.log', maxBytes=2000, backupCount=10)
4logging.basicConfig(level=logging.INFO,
5format='[%(asctime)s] [%(levelname)s] %(message)s',
-
-
This is a simple solution to work wi...
This is a simple solution to work with periods in time. For a detailed description of how to use this class check the attached Readme 1from datetime import datetime, timedelta
234class PeriodException(Exception):
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.