Skip to content

Commit

Permalink
Removed parsing files for jsons to pkls due to them becoming redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 26, 2024
1 parent 55d14fa commit e1a23c4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 200 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ _View of the actual markdown before being rendered_

_View of my stats spreadsheet that I used to track my progress_
![Stats from Excel Example](misc/image-3.png?raw=true) -->
## Characteristics to be Aware of
- In each new week, you may have a case where it shows a case of `+[# of questions solved] lines` `-[# of questions solved] lines`. This is likely the due to the AC rates being updated for the week.
- Occasionally, a lot of lines may be updated on the generalized files (`README.md`, `Mediums.md`, `Arrays.md`, etc.). If the question you add increases the width of a markdown file, it'll update the whole table width to match causing this. For instance, if my `Languages` column is usually just `py, java` but then for the first time I have a 3rd language for `py, java, js`, it'll udpate the column width so it "seems" like a lot of lines.


## Future Additions Planned
Expand Down
7 changes: 7 additions & 0 deletions main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,13 @@
" return output\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: Topic based markdown generation and any of the large list markdowns in general sometimes suddenly show massive edits for what should be a regular usual question update. This is likely due to the dataframe.to_markdown method increasing the width of the table due to a larger than before seen input."
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
118 changes: 0 additions & 118 deletions parse_official_question_data.ipynb

This file was deleted.

82 changes: 0 additions & 82 deletions parse_official_question_data.py

This file was deleted.

0 comments on commit e1a23c4

Please sign in to comment.