amakaur opened a new pull request #3496: [ZEPPELIN-4407] Add the ability to 
copy/paste result table
URL: https://github.com/apache/zeppelin/pull/3496
 
 
   ### What is this PR for?
   This PR provides the ability to copy/paste the entire result table from a 
paragraph.
   
   Currently, there's an option to download the result table into a csv or tsv 
file, but it creates a new file for each result table per paragraph. In order 
to copy multiple result tables from same and different notebooks we've to 
download each file, copy the dataset, and paste it into one external app. 
   
   With this new approach there's no need to download multiple files. Simply 
click on either CopyAll (copies data in TSV format) or pick the options from 
drop down menu to download or copy table as TSV/CSV. This makes it easier to 
copy dataset of multiple tables into one external app without creating and 
opening multiple files.
   
   ### What type of PR is it?
   Feature
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-4407
   
   ### How should this be tested?
    - Create a dataframe 
   - use z.show(df)
   - Click on CopyAll
   - Paste into external app
   
   ### Screenshots (if appropriate)
   #
   
![image](https://user-images.githubusercontent.com/51380329/67910009-7b7f5f80-fb3e-11e9-9b51-580d66df9a23.png)
   ## Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to