How to split the quantile results in 5 different data frames?

Multi tool use
I'm running the quantile
function in a dataframe and when I get the result of the quantile, I'd like to get those results in independent data frames to work with them separately, for example to add or subtract some of the quantile results to other values,etc.
Here a very simple example:
How Can I get the results in different data frames?
What I'd like to get is to subdivide quantile results in 5 independent results (data frames)
For example:
you are looking for:
Now you can write Q1
and it will show up.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.