This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
import json | |
import glob | |
import os | |
from pathlib import Path | |
import re | |
import datetime | |
from datetime import timezone | |
import pytz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#y { | |
height: 100px; width: 100px; | |
position :relative; | |
background: #ccc; | |
} | |
#y::before { | |
content: ''; | |
position: absolute; | |
z-index: -1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dssd | |
77 | |
vds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#content { | |
width: 800px; margin: 0 auto; | |
} | |
.row { | |
border-style:solid; | |
overflow: auto; | |
height: auto; | |
padding : 8px; | |
margin : 5px; |