diff --git a/README.md b/README.md index 58d584e..ae390bd 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # Stackoverflow. Daily top questions -Automatically updates via GitHub Action, last update: 2024-05-02 +Automatically updates via GitHub Action, last update: 2024-05-03
### rust -* [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 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 +* [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 @@ -17,6 +19,8 @@ Automatically updates via GitHub Action, last update: 2024-0 ### fastapi * [FastAPI paralellization vs sequential run](https://stackoverflow.com/questions/78419057/fastapi-paralellization-vs-sequential-run) - 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 @@ -24,10 +28,10 @@ Automatically updates via GitHub Action, last update: 2024-0 ### pandas * [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 +* [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 +* [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