Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
README-bot committed May 2, 2024
1 parent 4856cb4 commit 21b8f0f
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
# Stackoverflow. Daily top questions

Automatically updates via GitHub Action, last update: <!-- date starts -->2024-05-01<!-- date ends -->
Automatically updates via GitHub Action, last update: <!-- date starts -->2024-05-02<!-- date ends -->


<table><tr><td valign="top" width="33%">

### rust
<!-- rust starts -->
* [Second lifetime elision rule](https://stackoverflow.com/questions/78420909/second-lifetime-elision-rule) - 4 votes
* [Serialize toml ArrayOfTables using InlineTables](https://stackoverflow.com/questions/78413152/serialize-toml-arrayoftables-using-inlinetables) - 2 votes
* [How can I print a content in the middle of the screen in Rust](https://stackoverflow.com/questions/78409703/how-can-i-print-a-content-in-the-middle-of-the-screen-in-rust) - 2 votes
* [Given a rust Vec on a type defined using the newtype idiom Is there a way to have a slice of the underlying original type](https://stackoverflow.com/questions/78407172/given-a-rust-vec-on-a-type-defined-using-the-newtype-idiom-is-there-a-way-to) - 1 votes
* [Asyncfriendly RefCell that prevents borrow across await points](https://stackoverflow.com/questions/78410871/async-friendly-refcell-that-prevents-borrow-across-await-points) - 1 votes
* [How to generate an overall Rust code coverage report with some crates excluded](https://stackoverflow.com/questions/78412651/how-to-generate-an-overall-rust-code-coverage-report-with-some-crates-excluded) - 1 votes
<!-- rust ends -->
</td><td valign="top" width="34%">


### fastapi
<!-- fastapi starts -->
* [Prefix on FastAPI url to switch databases](https://stackoverflow.com/questions/78409807/prefix-on-fastapi-url-to-switch-databases) - 1 votes
* [curl request to hit fastapi based Post API](https://stackoverflow.com/questions/78407862/curl-request-to-hit-fastapi-based-post-api) - 1 votes
* [SQLAlchemy filter on Query again got extra junk rows](https://stackoverflow.com/questions/78406673/sqlalchemy-filter-on-query-again-got-extra-junk-rows) - 1 votes
* [FastAPI paralellization vs sequential run](https://stackoverflow.com/questions/78419057/fastapi-paralellization-vs-sequential-run) - 1 votes
<!-- fastapi ends -->
</td><td valign="top" width="34%">


### pandas
<!-- pandas starts -->
* [Counting Values of columns in all previous rows excluding current row](https://stackoverflow.com/questions/78407769/counting-values-of-columns-in-all-previous-rows-excluding-current-row) - 4 votes
* [Add Column with a count of other columns that have any value in](https://stackoverflow.com/questions/78407883/add-column-with-a-count-of-other-columns-that-have-any-value-in) - 2 votes
* [List of timestamps group by how many per hour](https://stackoverflow.com/questions/78407450/list-of-timestamps-group-by-how-many-per-hour) - 2 votes
* [pandas series get value by index with fill value if the index does not exist](https://stackoverflow.com/questions/78406021/pandas-series-get-value-by-index-with-fill-value-if-the-index-does-not-exist) - 2 votes
* [How to check Pandas dataframe for a greek character](https://stackoverflow.com/questions/78409919/how-to-check-pandas-dataframe-for-a-greek-character) - 2 votes
* [Iterate over the next 12 months from today using Python](https://stackoverflow.com/questions/78419347/iterate-over-the-next-12-months-from-today-using-python) - 2 votes
* [Faster ways of selecting rows in a Pandas dataframe based upon a string](https://stackoverflow.com/questions/78415642/faster-ways-of-selecting-rows-in-a-pandas-dataframe-based-upon-a-string) - 2 votes
* [Creating new columns by generating a multiples of 2](https://stackoverflow.com/questions/78415531/creating-new-columns-by-generating-a-multiples-of-2) - 2 votes
* [dataframe tuple name column set a value](https://stackoverflow.com/questions/78414992/dataframe-tuple-name-column-set-a-value) - 1 votes
* [How to drop first n rows in pandas based on condition leaving the rest of dataframe intact](https://stackoverflow.com/questions/78413126/how-to-drop-first-n-rows-in-pandas-based-on-condition-leaving-the-rest-of-datafr) - 1 votes
<!-- pandas ends -->
</td></tr></table>

Expand Down

0 comments on commit 21b8f0f

Please sign in to comment.