G2 and Todos. Trying to better organized my API stuff.

This commit is contained in:
Norm Rasmussen
2024-06-24 17:00:18 -04:00
parent 83e4c43d7f
commit 39e8b6607c
3 changed files with 22 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</div>
</nav>
{% if current_school.properties.show_office_hours_banner == true %}
<div class="np-alert" >
<div class="np-alert" style="background-color:#FF492C" >
{{ current_school.properties.office_hours_banner_html }}
</div>
{% endif %}

View File

@ -0,0 +1,17 @@
import requests
import pandas as pd
import time
def main():
print("Welcome! Let's get started....")
time.sleep(.5)
file = input(
"Let's start with the file. Can you please tell me where the file is located? Please use full file path \n")
print("Awesome! Analyzing...")
dt = pd.read_csv(file)
print(f"Sweet, so here are the columns for the data I found. {dt.columns.tolist()}")
print("What would you like me to do?")
if __name__ == "__main__":
main()

View File

@ -347,3 +347,7 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
- [ ] DataSnipper - Order My Courses section by not started/in-progress, completed at bottom.
- [ ] DataSnipper - On dashboard can we ignore courses enrolled via learning path
- [X] Blacklane - Mass Delete Internal Users
## 06-24-2024
- [ ] Anthology - URL Cut over to `academy.anthology.com`