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 4, 2024
1 parent de5de8d commit 8b79c27
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# Stackoverflow. Daily top questions

Automatically updates via GitHub Action, last update: <!-- date starts -->2024-05-03<!-- date ends -->
Automatically updates via GitHub Action, last update: <!-- date starts -->2024-05-04<!-- 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) - 6 votes
* [How to define a Rust function that consumes a owned String and returns a owned Split](https://stackoverflow.com/questions/78417117/how-to-define-a-rust-function-that-consumes-a-owned-string-and-returns-a-owned-s) - 1 votes
* [How does the quotasquot operator convert enums to ints](https://stackoverflow.com/questions/78422034/how-does-the-as-operator-convert-enums-to-ints) - 1 votes
* [polars how to optimize sink_parquet](https://stackoverflow.com/questions/78425804/polars-how-to-optimize-sink-parquet) - 1 votes
* [Rust multiplication of Complexltfloatgt with arbitrary number types](https://stackoverflow.com/questions/78424880/rust-multiplication-of-complexfloat-with-arbitrary-number-types) - 1 votes
* [polars how to optimize sink_parquet](https://stackoverflow.com/questions/78425804/polars-how-to-optimize-sink-parquet) - 2 votes
* [Possible contradiction between happensbefore relationship and outoforder execution in a single thread](https://stackoverflow.com/questions/78424338/possible-contradiction-between-happens-before-relationship-and-out-of-order-exec) - 1 votes
* [WebDriverWait with thirtyfour Rust Selenium](https://stackoverflow.com/questions/78428763/webdriverwait-with-thirtyfour-rust-selenium) - 1 votes
* [Multiplication of Complexltfloatgt with arbitrary number types](https://stackoverflow.com/questions/78424880/multiplication-of-complexfloat-with-arbitrary-number-types) - 1 votes
<!-- rust ends -->
</td><td valign="top" width="34%">


### fastapi
<!-- fastapi starts -->
* [FastAPI paralellization vs sequential run](https://stackoverflow.com/questions/78419057/fastapi-paralellization-vs-sequential-run) - 1 votes
* [Mounting multiple Gradio apps with FastAPI](https://stackoverflow.com/questions/78426675/mounting-multiple-gradio-apps-with-fastapi) - 1 votes
* [FastAPI StreamingResponse start download while waiting for data](https://stackoverflow.com/questions/78423618/fastapi-streamingresponse-start-download-while-waiting-for-data) - 1 votes
* [How do I keep a correct API spec when using a ModelSerializer](https://stackoverflow.com/questions/78423078/how-do-i-keep-a-correct-api-spec-when-using-a-modelserializer) - 1 votes
<!-- fastapi ends -->
Expand All @@ -27,10 +26,10 @@ Automatically updates via GitHub Action, last update: <!-- date starts -->2024-0

### pandas
<!-- pandas starts -->
* [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
* [Best way to avoid a loop](https://stackoverflow.com/questions/78426073/best-way-to-avoid-a-loop) - 2 votes
* [lambda comparing a timestamp to all timestamps from another column within a group](https://stackoverflow.com/questions/78423647/lambda-comparing-a-timestamp-to-all-timestamps-from-another-column-within-a-grou) - 2 votes
* [Pandas setting frequency in a time series dataframe](https://stackoverflow.com/questions/78424819/pandas-setting-frequency-in-a-time-series-dataframe) - 2 votes
* [filtering a pivoted dataframe](https://stackoverflow.com/questions/78428827/filtering-a-pivoted-dataframe) - 1 votes
* [Split the data into separate columns and later merge them as one column](https://stackoverflow.com/questions/78426659/split-the-data-into-separate-columns-and-later-merge-them-as-one-column) - 1 votes
<!-- pandas ends -->
</td></tr></table>
Expand Down

0 comments on commit 8b79c27

Please sign in to comment.