panbingkun commented on code in PR #44049:
URL: https://github.com/apache/spark/pull/44049#discussion_r1407577428


##########
python/docs/source/getting_started/quickstart_df.ipynb:
##########
@@ -218,27 +218,23 @@
    "metadata": {},
    "outputs": [
     {
-     "data": {
-      "text/html": [
-       "<table border='1'>\n",
-       "<tr><th>a</th><th>b</th><th>c</th><th>d</th><th>e</th></tr>\n",
-       
"<tr><td>1</td><td>2.0</td><td>string1</td><td>2000-01-01</td><td>2000-01-01 
12:00:00</td></tr>\n",
-       
"<tr><td>2</td><td>3.0</td><td>string2</td><td>2000-02-01</td><td>2000-01-02 
12:00:00</td></tr>\n",
-       
"<tr><td>3</td><td>4.0</td><td>string3</td><td>2000-03-01</td><td>2000-01-03 
12:00:00</td></tr>\n",
-       "</table>\n"
-      ],
-      "text/plain": [
-       "DataFrame[a: bigint, b: double, c: string, d: date, e: timestamp]"
-      ]
-     },
-     "execution_count": 8,
-     "metadata": {},
-     "output_type": "execute_result"
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [

Review Comment:
   @HyukjinKwon Is the following presentation style appropriate for this 
special case?
   
   - Dark theme:
      <img width="802" alt="image" 
src="https://github.com/apache/spark/assets/15246973/88151590-ea01-4bbc-8678-5bca2a20dc74";>
   
   - Light theme:
      <img width="811" alt="image" 
src="https://github.com/apache/spark/assets/15246973/3505f951-05ba-4620-ab65-779acfed4828";>
   



-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to