G2 and Todos. Trying to better organized my API stuff.
This commit is contained in:
@ -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 %}
|
||||
|
||||
17
Scripts/Organized_API/app.py
Normal file
17
Scripts/Organized_API/app.py
Normal 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()
|
||||
4
Todos.md
4
Todos.md
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user