用人工智能驱动的公式进行数据分析

不需要编程知识就可以创建Google表格公式

This image shows a simple equation with three icons: a Google Sheets icon on the left, an OpenAI logo in the middle, and a lightbulb on the right. The “+” symbol appears between the Google Sheets and OpenAI icons, while an “=” symbol precedes the lightbulb, suggesting that combining Google Sheets with OpenAI leads to an innovative idea or solution.

数据推动产品设计。 设计师分析用户参与度,产品使用情况,调查分析等等。

独特的工具有所帮助,但有时Google Sheets是最佳选择,因为它功能多样,易于共享,且许多用户熟悉。

要在表格上有效工作,您需要公式。但设计师往往对它们不熟悉。以前,您必须向他人请教,阅读文章或观看YouTube来学习公式。

现在,ChatGPT让事情变得简单。无需编码。

ChatGPT 将普通语言转化为公式

ChatGPT不仅仅是一个人工智能回答问题,它是您的个人公式助手。

描述你需要什么,它就会给你一个可以工作的公式。不需要记忆语法。只需要询问,你就会得到这个公式。

对于非技术用户来说,这改变了一切。您专注于洞察,ChatGPT处理计算,平均值,甚至复杂逻辑。

一些真实例子和它们的提示

我在LinkedIn上写并分享许多关于设计和人工智能的技巧。我想要了解关于我最好的帖子的见解。

  • 最成功的帖子的平均浏览量。
  • 了解我更喜欢使用哪种媒体(图片还是视频)。
  • 了解我在帖子中提到人们的次数与没有提到人们的次数。

最成功的帖子的平均印象

提示:

Act like a Google Sheets developer.
I want to calculate the average impressions from my post.
Write me a formula to do it.
The impressions are in column F.
The cells are 2 to 26.

结果:

=AVERAGE(F2:F26)
This image shows a conversation where a user asks an AI to “Act like a Google Sheets developer” and requests a formula to calculate the average impressions from column F, rows 2 to 26 in Google Sheets. The response provides the formula =AVERAGE(F2:F26), along with an explanation that this formula calculates the average value of the numbers in cells F2 to F26, which represent the impressions of the user’s posts. The image also features a “copy code” button below the formula.
Average impressions for the most successful posts . ChatGPT
Average impressions for the most successful posts. Google Sheets

了解我更多使用什么媒体(图片、视频等)。

提示:

Act like a Google Sheets developer.
I want to know what type of media I have in the posts.
I have 4 options: video, photo, image, No media.
Write me a function that summarizes it.
The media info is in column D.
The cells are 2 to 26.
Use one formula to calculate all.
I want two columns: one media type and the other count.

结果:

=QUERY(D2:D26, "SELECT D, COUNT(D) WHERE D IS NOT NULL GROUP BY D LABEL COUNT(D) 'Count'", 1)
Understand what media I use more (images, videos, etc.). ChatGPT
Understand what media I use more (images, videos, etc.). Google Sheets

然后我想要修复这个标题是“媒体类型”,所以我要求它进行更改。

这是我使用的提示:

Instead of the first video I want to write media type

结果:

=QUERY(D2:D26, "SELECT D, COUNT(D) WHERE D IS NOT NULL GROUP BY D LABEL D 'Media Type', COUNT(D) 'Count'", 1)
Understand what media I use more (images, videos, etc.). ChatGPT. Second iteration
Understand what media I use more (images, videos, etc.). Google Sheets. Second iteration

了解我在帖子中提到人的次数和没有提到人的次数

提示 (Note: HTML structure has been maintained for easier understanding and translation)

Act like a Google Sheets developer.
I want to know how many times I mention people in the posts vs. no mention.
I have 2 options: Mention, no mention.
Write me a function that summarizes it.
The media info is in column C.
The cells are 2 to 26.
Use one formula to calculate all.
I want two columns: one mention, the other count.

结果

=QUERY(C2:C26, "SELECT C, COUNT(C) WHERE C IS NOT NULL GROUP BY C LABEL C 'Mention Status', COUNT(C) 'Count'", 1)
Understand how many times I mention people in the posts vs. no mention. Google Sheets

🌟 在我的即将举行的培训中掌握人工智能技能(包括ChatGPT)!

参加我的下一个在线研讨会,提高您在产品设计中使用AI方法的效率(以ChatGPT为特色)。

您是否渴望提升您的设计技能?加入这里。

使用ChatGPT进行公式时的最佳实践

  1. 清晰地描述您的目标。例如:“计算C列中每篇帖子的平均点赞数。”
  2. 提供上下文:提及关键细节,如数据单元或输出格式。
  3. 根据需要优化:第一次尝试不完美?请问ChatGPT调整。
  4. 验证输出:始终手动交叉检查ChatGPT的公式。
  5. 开始简单:在进阶之前用简单的公式建立信心。当你有信心时就可以大步前进。

注意事项

GPT-4o适用于大多数公式,但在复杂情况下可能会遇到困难,比如多层条件逻辑或高级统计操作。如果是这样,请尝试使用GPT-o1-preview模型。它处理代码更好。

您也可以将CSV上传到聊天中,但请记住考虑数据隐私。

虽然ChatGPT是一个生成公式的好工具,记得你可以直接上传CSV文件到聊天室,而不是只询问公式。

然而,如果您正在处理私人或敏感信息,最好避免在ChatGPT中分享这些数据。

相反,请求公式,将其粘贴到您的计算机上,获取准确的见解,而无需将数据上传到平台。

更多产品设计师可以利用ChatGPT获取数据洞察的方式

  • 用户行为分析:计算用户平均点击次数等参与率。
  • 数据分割:识别高活跃用户与低活跃用户。
  • 用户增长追踪:分析每周或每月活跃用户。
  • 特性采纳指标:跟踪新功能的使用情况。
  • 反馈分类:将调查反馈分类以可视化关注点或成功。

结论

使用ChatGPT,您可以轻松创建Google表格公式。

从描述您的需求开始,获得即时结果,并在进行过程中加以完善。

我们已经探索了设计师的真实案例、最佳实践和实际应用场景。

准备好通过人工智能提升您的数据技能了吗?

🚀 提升您的效率: 在我的即将开设的课程中,揭示AI技术(包括ChatGPT)!

参加我的即将举行的研讨会,提升您作为产品设计师的生产力,学习AI技术(包括ChatGPT),并探索必不可少的AI工具。

从这里开始设计更好。

感谢阅读本文。希望这篇文章对你有所帮助。请随意与你的朋友或团队成员分享,有任何问题请告诉我。

如果您喜欢我的文章,我建议您关注我,这样每当我发布文章时,您都会收到邮件。

您也可以在领英上关注我,我会每周分享一些小贴士。

用通俗易懂的语言表达 🚀

感谢您成为In Plain English社区的一员!在您离开之前:

  • 请务必为作者鼓掌并关注他/她 👏️️
  • 关注我们:X | 领英 | YouTube | Discord | 新闻简报
  • 访问我们的其他平台:CoFeed | Differ
  • 在PlainEnglish.io上有更多内容

2024-10-08 04:15:39 AI中文站翻译自原文