Shuks
Shuks
**Missing functionality** There are integrations available with streamlit [https://pandas-profiling.github.io/pandas-profiling/docs/master/rtd/pages/integrations.html](https://pandas-profiling.github.io/pandas-profiling/docs/master/rtd/pages/integrations.html) It'd be much appreciated if you could provide similar functionality with plotly dash, I tried embedding the report as an iframe,...
### Research - [X] I have searched the above polars tags on Stack Overflow for similar questions. - [ ] I have asked my usage related question on [Stack Overflow](https://stackoverflow.com)....
See similar git issues here:-- https://github.com/tensorflow/ecosystem/issues/61#issuecomment-363577011 https://github.com/tensorflow/ecosystem/issues/61 https://github.com/tensorflow/ecosystem/issues/106 This how I'm writing a PySpark dataframe to tf-records to an S3 bucket:--- ``` s3_path = "s3://Shuks/dataframe_tf_records" df.write.mode("overwrite").format("tfrecord").option("recordType", "Example").save(s3_path) ``` This creates...