mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-19 08:39:25 +00:00
feat: add qsv section (CLI, pro, web) & GitHub and qsv pro setups (#20)
* Add qsv Sub-section and GitHub for Beginners guide * Add qsv, qsv pro & setup, qsv web, & GitHub setup Co-authored-by: Abdurrahman <mabdurrahman303@gmail.com> * chore: remove section --------- Co-authored-by: Abdurrahman <mabdurrahman303@gmail.com>
This commit is contained in:
parent
0fbfd9f1e7
commit
a07a6f7d26
27 changed files with 8876 additions and 102 deletions
63
docs/qsv/qsv-pro.mdx
Normal file
63
docs/qsv/qsv-pro.mdx
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
# 💻 qsv pro
|
||||
|
||||
Get ready to level up your data game with **qsv pro**! 🚀
|
||||
|
||||
## 💭 What's qsv pro?
|
||||
|
||||
qsv pro is a spreadsheet data wrangling desktop app.
|
||||
|
||||
It offers a graphical user interface (GUI) based on the [qsv](/qsv/qsv-cli) command line interface (CLI).
|
||||
|
||||
## ✨ Super Features
|
||||
|
||||
### Spreadsheet data table viewer
|
||||
|
||||

|
||||
|
||||
### Stats, frequency, and metadata data tables
|
||||
|
||||
import metaDemo from "/img/docs/qsv/qsv-pro/stats-frequency-metadata-demo.mp4";
|
||||
|
||||
<video width="100%" autoPlay loop>
|
||||
<source src={metaDemo} type="video/mp4" />
|
||||
</video>
|
||||
|
||||
### Recipes (scripts) to transform data
|
||||
|
||||
import recipesDemo from "/img/docs/qsv/qsv-pro/recipes-demo.mp4";
|
||||
|
||||
<video width="100%" autoPlay loop>
|
||||
<source src={recipesDemo} type="video/mp4" />
|
||||
</video>
|
||||
|
||||
### CKAN upload workflow
|
||||
|
||||
> The upload feature is getting a major update soon!
|
||||
|
||||
import uploadDemo from "/img/docs/qsv/qsv-pro/legacy-upload-demo.mp4";
|
||||
|
||||
<video width="100%" autoPlay loop>
|
||||
<source src={uploadDemo} type="video/mp4" />
|
||||
</video>
|
||||
|
||||
### Resizable panels
|
||||
|
||||
import resizablePanelsDemo from "/img/docs/qsv/qsv-pro/resizable-panels-demo.mp4";
|
||||
|
||||
<video width="100%" autoPlay loop>
|
||||
<source src={resizablePanelsDemo} type="video/mp4" />
|
||||
</video>
|
||||
|
||||
### Light & Dark themes
|
||||
|
||||

|
||||
|
||||
## 🌊 Let's Dive In!
|
||||
|
||||
1. [Set up qsv pro](/onboarding/qsv-pro-setup).
|
||||
2. Launch qsv pro and explore the various features on your files. Just drag and drop a spreadsheet (CSV, Excel file, and more) into qsv pro and watch what happens!
|
||||
3. Share your experience with your team and provide feedback to the developers.
|
||||
|
||||
## 🚀 Ready for a pro experience?
|
||||
|
||||
View, transform, and upload your spreadsheets with a streamlined GUI using qsv pro.
|
||||
Loading…
Add table
Add a link
Reference in a new issue